home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000096_news@columbia.edu _Tue Sep 14 15:51:57 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA03670
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 14 Sep 1999 15:51:56 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA06611
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 14 Sep 1999 15:27:21 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: How do I pass Kermit parameters?
  11. Date: 14 Sep 1999 19:27:20 GMT
  12. Organization: Columbia University
  13. Message-ID: <7rm7io$6eg$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <7rm5g7$v0a$1@nnrp1.deja.com>,  <dixonan@my-deja.com> wrote:
  17. : I want to pass Kermit parameters from my Visual Basic program.
  18. : Example:  If the user wants info about product 18, I want Kermit to
  19. : submit a program on an alpha machine which will get the info for
  20. : product 18.
  21. : In Visual Basic 6.0 I'm shelling the command...
  22. :                         f:\winappl.95\k95\k95 d:login.ksc
  23. : (d:login.ksc is the script I've written which runs on an NT box)
  24. : The script runs fine I just don't know where/how to tell it to run for
  25. : product 18.
  26.  
  27. You will add the appropriate commands to login.ksc to acquire the
  28. information on product 18.  Whatever you would do manually to find
  29. that information you would place into a script.  Use INPUT and OUTPUT
  30. commands to read prompts from the host and send replies.  
  31.  
  32. See "Using C-Kermit" which came with K95 for details on how to write
  33. scripts to interact with the host application.
  34.  
  35.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  36.                  The Kermit Project * Columbia University
  37.               612 West 115th St #716 * New York, NY * 10025
  38.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org